home *** CD-ROM | disk | FTP | other *** search
- #ifndef RESOURCES_PCIBASE_H
- #define RESOURCES_PCIBASE_H 1
-
- /*
- ** $VER: micronik_pci.h 1.0 (22.12.9)
- **
- ** micronik_pci.resource include file
- **
- ** (C) Copyright 1997-1998 MicroniK
- ** All Rights Reserved
- **
- */
- #ifndef EXEC_TYPES_H
- #include "exec/types.h"
- #endif
- #include <exec/semaphores.h>
- #include <exec/libraries.h>
-
- struct PCIBase {
- struct Library pci_Resource; /* VERSION and REVISION */
- volatile ULONG pci_BUSErrorFlag; /* flags to detect Master-Abort */
- ULONG pci_RequestSIZEOF; /* sizeof PCIMapping */
- /* private */
- struct SignalSemaphore pci_PageGuard;
- struct SignalSemaphore pci_CfgGuard;
- struct Library *pci_ExpansionBase;
- volatile APTR pci_OldBUSHandler;
- };
-
-
-
-
- #endif /* RESOURCES_CARD_H */
-
-
-